home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Programming / OUI / include / rcs / eroll.h < prev    next >
Encoding:
Text File  |  1998-04-08  |  548 b   |  36 lines

  1. head    1.1;
  2. access;
  3. symbols;
  4. locks
  5.     dlorre:1.1; strict;
  6. comment    @ * @;
  7.  
  8.  
  9. 1.1
  10. date    96.08.22.02.05.49;    author dlorre;    state Exp;
  11. branches;
  12. next    ;
  13.  
  14.  
  15. desc
  16. @Oui.lib -- Object User Interface
  17. Projet créé en 1994
  18. Auteur: Dominique Lorre
  19. @
  20.  
  21.  
  22. 1.1
  23. log
  24. @Initial revision
  25. @
  26. text
  27. @// eroll.h
  28. // créé le 16/11/94
  29. // auteur : Dominique Lorre
  30.  
  31. #define RO_Min      (TAG_USER + 1)  // min Value
  32. #define RO_Max      (TAG_USER + 2)  // max Value
  33. #define RO_Level    (TAG_USER + 3)  // level displayed (min<=level<=max)
  34. #define RO_Full     (TAG_USER + 4)  // 360° angle
  35. @
  36.